From: Felix Fietkau Date: Tue, 10 Nov 2015 21:10:39 +0000 (+0000) Subject: gcc: use version 5.x for octeon instead of 4.6 - it has been tested with glibc X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=c6f38b0ceee102c0c835f414fa4cf63e2d776853;p=openwrt%2Fsvn-archive%2Farchive.git gcc: use version 5.x for octeon instead of 4.6 - it has been tested with glibc Signed-off-by: Felix Fietkau SVN-Revision: 47441 --- diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index f14356b179..0621641e78 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -2,7 +2,7 @@ choice prompt "GCC compiler Version" if TOOLCHAINOPTS - default GCC_USE_VERSION_4_6_LINARO if TARGET_octeon + default GCC_USE_VERSION_5 if TARGET_octeon default GCC_USE_VERSION_4_8_ARC if arc default GCC_USE_VERSION_4_8_LINARO help